home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac-Source 1994 July
/
Mac-Source_July_1994.iso
/
Updates, etc.
/
CDK 7.0.2 Update
/
Symantec C++ 7.0.2 READ ME
< prev
Wrap
Text File
|
1994-05-17
|
2KB
|
51 lines
Symantec C++ 7.0.1 README
======================
Copyright © 1994 Symantec Corporation. All rights reserved.
May 17, 1994
Font: Geneva 12
Symantec C++ 7.0.2
=================
• Fixes a problem with access control in Pascal Object.
• Fixes problem with address calculation for large constant offsets into the
stack frame.
• Fixes a problem referring to incorrect vtables in pascal object.
• Fixes a problem with ? : and the optimizer.
• Added a new feature which allows the testing and setting of certain compiler
options as in THINK C. In order to test an option, use:
#if __option(xxx) // Returns TRUE if option xxx is on
#pragma options(xxx,!yyy)
// Turns option xxx on and option yyy off
The options are listed in the file “Compiler pragma options”.
• Fixed a problem with undefined _vtbl's.
• Fixes a problem with returning a nested sub-structure from a function.
• Fixes a problem with structure assignment and nested structures.
• Fixes a problem with casting the return value of a function to a base class.
• Fixes a problem debugging functions which have a struct return value.
• Fixes a problem with overload function overload resolution.
• Fixed a problem with the #pragma template directive.
• Fixed a problem with overload resolution between two functions which
both require user defined conversions, but one of which requires two and
the other requires only 1.
• Fixed a problem with precompiled headers that contain data.
• Fixed a problem with MI.